home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_40.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  157 b   |  8 lines

  1. on mouseUp
  2.   global jump_back
  3.   if SpriteExists(110) > 0 then
  4.     set the directToStage of member the member of sprite 110 to 0
  5.   end if
  6.   go(jump_back)
  7. end
  8.